home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr49 / ngwmfc.zip / STARTUP.MFC < prev   
Text File  |  1994-12-06  |  3KB  |  102 lines

  1. ; Sample NGWMFC startup file
  2. ; ===========================
  3.  
  4. ; Use this file to store switch settings for the MFC NLM. Remove
  5. ; the semicolon from the line below the word EXAMPLE, and replace
  6. ; the sample settings with your network settings.
  7.  
  8. ;THE FOLLOWING SWITCHES ARE REQUIRED. 
  9.  
  10. ; HOME points the NLM to the path of the gateway directory 
  11. ; Syntax: /HOME=[server/volume]:path
  12. ; Example: see below
  13.  
  14. ; /home=server1/vol1:\domain1\wpgate\mfcgw
  15.  
  16.  
  17. ; 31TRANSIN points the NLM to the path of the 3.1 \TRANSIN
  18. ; directory.  You must include \TRANSIN at the end of the path.
  19. ; Syntax: /31TRANSIN=[server/volume]:path
  20. ; Example: see below
  21.  
  22. ; /31transin=server1/vol1:\31domain\host6\transin
  23.  
  24.  
  25. ; =============================================================
  26.  
  27. ;THE FOLLOWING SWITCHES ARE OPTIONAL. 
  28.  
  29. ; 31PULL points to the path of the 3.1 pull directory instead of
  30. ; using the MFCGW\TRANSIN. Required for VAX hosts.
  31. ; Syntax: /31PULL=[server/volume]:path
  32. ; Example: see below
  33.  
  34. ; /31pull=server1/vol1:\31domain\to_pc\transin
  35.  
  36.  
  37. ; LOGPATH points to the path of the log file directory.
  38. ; Default:\mfcgw\LOG\
  39. ; Syntax:/LOGPATH=[server/volume]:path
  40. ; Example: see below
  41.  
  42. ; /logpath=server1/vol1:\nlmlogs\mfcgw
  43.  
  44.  
  45. ; USER is a NetWare user ID. Required if connecting to other
  46. ; servers. User ID must be common for all connected servers.
  47. ; Syntax: /USER=NetWare User ID
  48. ; Example: see below.
  49.  
  50. ;/user=mfcuser
  51.  
  52.  
  53. ; PASSWORD is the NetWare password of the user ID of the /USER
  54. ; switch. Required if /USER is used.
  55. ; Syntax: /PASSWORD=NetWare password
  56. ; Example: see below
  57.  
  58. ; /password=resucfm
  59. ; SCANCYCLE specifies how often the NLM scans for messages.
  60. ; Default: 60 seconds
  61. ; Syntax: /SCANCYCLE=number of seconds
  62. ; Example: see below
  63.  
  64. ; /scancycle=300
  65.  
  66.  
  67. ; LOGLEVEL specifies the level of details for screen and disk
  68. ; logging. Levels include: Off, Normal, Verbose, and Diagnostic.
  69. ; Default: Normal
  70. ; Syntax: /LOGLEVEL=level
  71. ; Example: see below
  72.  
  73. ; /loglevel=verbose
  74.  
  75.  
  76. ; LOGDISKOFF turns off disk logging. Screen logging is controlled
  77. ; by /LOGELEVEL.
  78. ; Default: ON
  79. ; Syntax: see below
  80.  
  81. ; /LOGDISKOFF
  82.  
  83.  
  84. ; LOGMAX Specifies maximum disk space allowed for log files.
  85. ; Default: 1024 kilobytes
  86. ; /LOGMAX=number of kilobytes of space
  87. ; Example: see below
  88.  
  89. ; /logmax=2048
  90.  
  91.  
  92. ; LOGDAYS specifies the number of days log files are stored.
  93. ; Default: 7
  94. ; Syntax: /LOGDAYS=number of days
  95. ; Example: see below
  96.  
  97. ; /logdays=21
  98.  
  99. ; end of file.............
  100.  
  101.  
  102.